From 4f2f1d4e1fdf76af0eb33a265057adeab4702f64 Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Mon, 16 Feb 2026 07:00:18 +0000 Subject: [PATCH] drop_boost_system Gbp-Pq: Name drop_boost_system.patch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 32855e0..efcbd08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ endif() # Prevent FindBoost.cmake from looking for system Boost{foo}.cmake files set(Boost_NO_BOOST_CMAKE true) -find_package( Boost REQUIRED system filesystem program_options ) +find_package( Boost REQUIRED filesystem program_options ) # Save this because it will be overwritten by find_package(DOLFIN) set(Boost_MSHR_LIBRARIES ${Boost_LIBRARIES}) include_directories("${Boost_INCLUDE_DIRS}") -- 2.30.2